home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia 1995 April / Informatica Multimedia CD - Epimundo.iso / DOS / FILECOPY / MV1_0.ZIP / MV.DOC < prev    next >
Encoding:
Text File  |  1994-04-16  |  1.2 KB  |  30 lines

  1. This is version 1 of the move utility.  This utility is a little different 
  2. than most move utilities.  I have found that with most move utilities the 
  3. system will lock up when copying a file then deleting it will not.  That is
  4. basically what this utility does.  It copies the file then eliminates it from 
  5. the current directory.  There are no switches to use just a simple format
  6. as follows:
  7.  
  8. MV [Sourcefile] [Destination]
  9.  
  10. Example:
  11.  
  12. MV Filename.Ext C:\Temp
  13. This will copy Filename.Ext to C:\Temp\Filename.Ext and delete Filename.Ext
  14. from the current directory.  That's it plain and simple...
  15.  
  16. In the future this utility will expand to move whole directories as well.  It     
  17. will allow you also to copy or move.
  18.      
  19.      If you wish to support the shareware concept and you find this program 
  20. usefull, please send $5 or more (or suggestions) to: 
  21.  
  22.                                James M Walters 
  23.                                1401 Wright Ave 
  24.                                Richland, Wa 99352
  25.  
  26. Also available is a unit in turbo pascal that adds to the procedure and 
  27. function list.  Basically an expansion of the DOS unit and will be available 
  28. with other utilities for $25 at the address above.
  29.  
  30.